Platform Explorer / Nuxeo Platform 5.8

Extension point repositories

Documentation

Extension points for registering new repositories.

Be aware that this extension point is not declaring repository backends but only a client descriptor for repositories already registered in the system using org.nuxeo.ecm.core.repository.RepositoryService#repository extension point

In a future these 2 extension points may be merged.

A repository is defined by an unique name (in the application) an optional label and 0 or more properties that are dependent on the repository implementation

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.api.repository.Repository

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-runtime-5.8.jar
    <extension point="repositories" target="org.nuxeo.ecm.core.api.repository.RepositoryManager">
        <repository label="Default Repository" name="default"/>
      </extension>